-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumps imgutil to pick up layout package refactor & local package fix … #1281
Conversation
@@ -487,7 +487,7 @@ func testAnalyzerFunc(platformAPI string) func(t *testing.T, when spec.G, it spe | |||
analyzer := assertAnalyzedMetadata(t, filepath.Join(copyDir, "analyzed.toml")) | |||
h.AssertNotNil(t, analyzer.RunImage) | |||
analyzedImagePath := filepath.Join(path.RootDir, "layout-repo", "index.docker.io", "library", "busybox", "latest") | |||
reference := fmt.Sprintf("%s@%s", analyzedImagePath, "sha256:834f8848308af7090ed7b2270071d28411afc42078e3ba395b1b0a78e2f8b0e2") | |||
reference := fmt.Sprintf("%s@%s", analyzedImagePath, "sha256:f75f3d1a317fc82c793d567de94fc8df2bece37acd5f2bd364a0d91a0d1f3dab") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous version of imgutil did not have buildpacks/imgutil#233 and so we mutated the media types, mutating the digest
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1281 +/- ##
==========================================
+ Coverage 56.71% 64.16% +7.46%
==========================================
Files 93 99 +6
Lines 6650 6858 +208
==========================================
+ Hits 3771 4400 +629
+ Misses 2531 2061 -470
- Partials 348 397 +49
Flags with carried forward coverage won't be shown. Click here to find out more. |
…for containerd storage Signed-off-by: Natalie Arellano <[email protected]>
3f72c5f
to
b1b8b69
Compare
Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
IDK, I think Codecov is being too picky here |
Summary
Release notes
Fixes export to docker daemon when containerd storage is enabled
Related
Resolves buildpacks/pack#1519
Context